home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
minihost.arc
/
MHJUMP.BAT
next >
Wrap
DOS Batch File
|
1986-08-02
|
389b
|
27 lines
echo off
if x%1 == x1 goto port1
if x%1 == x2 goto port2
goto error
:port1
path %3
watchdg1 on > nul
ctty com1
goto doslevel
:port2
path %2
watchdg2 on > nul
ctty com2
:doslevel
path %2
command
ctty con
path %3
if x%1 == x1 watchdg1 off > nul
if x%1 == x2 watchdg2 off > nul
goto exit;
:error
echo
echo * MHJUMP.BAT must be called by MINIHOST *
echo
:exit